We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6738ddd commit 33c3e0aCopy full SHA for 33c3e0a
tests/testsuite/bad_config.rs
@@ -772,19 +772,19 @@ fn unused_keys() {
772
.file(
773
"Cargo.toml",
774
r#"
775
- [package]
776
- name = "foo"
777
- version = "0.1.0"
778
- edition = "2015"
779
- authors = []
780
- unused = "foo"
781
-
782
- [target.foo]
783
- bar = "3"
784
785
- [lib]
786
- build = "foo"
787
- "#,
+[package]
+name = "foo"
+version = "0.1.0"
+edition = "2015"
+authors = []
+unused = "foo"
+
+[target.foo]
+bar = "3"
+[lib]
+build = "foo"
+"#,
788
)
789
.file("src/lib.rs", "")
790
.build();
0 commit comments