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 21cdfec commit 1c70d0aCopy full SHA for 1c70d0a
lib.rs
@@ -308,7 +308,7 @@ fn has_doc_comments(cargo_toml: &str) -> bool {
308
}
309
310
#[test]
311
-fn test_has_doc_coment() {
+fn test_has_doc_comments() {
312
assert!(has_doc_comments("foo\nbar\n## comment\nddd"));
313
assert!(!has_doc_comments("foo\nbar\n#comment\nddd"));
314
assert!(!has_doc_comments(
0 commit comments