mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
Fixes issue experienced in https://github.com/launchbadge/sqlx/issues/746 when using no parameter: ``` error: paths relative to the current file's directory are not currently supported --> src/db.rs:7:5 | 7 | sqlx::migrate!().run(&conn).await?; | ^^^^^^^^^^^^^^^^ | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) ```