mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-31 23:49:28 +00:00
Add context of where to put the offline feature
This commit is contained in:
committed by
Austin Bonander
parent
c45770da4e
commit
6a5c54be70
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user