From cd8e09fcb6ee0a1b23c0bd57d0f097f99fd6d828 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 11 Sep 2018 13:59:32 -0700 Subject: refactor fatcat-api => fatcat-api-spec --- rust/fatcat-api/.cargo/config | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 rust/fatcat-api/.cargo/config (limited to 'rust/fatcat-api/.cargo') diff --git a/rust/fatcat-api/.cargo/config b/rust/fatcat-api/.cargo/config deleted file mode 100644 index b8acc9c0..00000000 --- a/rust/fatcat-api/.cargo/config +++ /dev/null @@ -1,18 +0,0 @@ -[build] -rustflags = [ - "-W", "missing_docs", # detects missing documentation for public members - - "-W", "trivial_casts", # detects trivial casts which could be removed - - "-W", "trivial_numeric_casts", # detects trivial casts of numeric types which could be removed - - "-W", "unsafe_code", # usage of `unsafe` code - - "-W", "unused_qualifications", # detects unnecessarily qualified names - - "-W", "unused_extern_crates", # extern crates that are never used - - "-W", "unused_import_braces", # unnecessary braces around an imported item - - "-D", "warnings", # all warnings should be denied -] -- cgit v1.2.3