mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
Add context of where to put the offline feature
This commit is contained in:
parent
c45770da4e
commit
6a5c54be70
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pub fn run(url: &str, cargo_args: Vec<String>) -> anyhow::Result<()> {
|
|||
|
||||
if data.is_empty() {
|
||||
println!(
|
||||
"{} no queries found; do you have the `offline` feature enabled",
|
||||
"{} no queries found; do you have the `offline` feature enabled in sqlx?",
|
||||
style("warning:").yellow()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue