Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 6b64f59

Browse files
hero78119ChihChengLiang
authored andcommitted
docs deny warning
1 parent f4a2c17 commit 6b64f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bus-mapping/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#![doc = include_str!("../README.md")]
2+
// doc test attr
3+
#![doc(test(attr(deny(warnings))))]
24
#![cfg_attr(docsrs, feature(doc_cfg))]
35
// We want to have UPPERCASE indents sometimes.
46
#![allow(non_snake_case)]

0 commit comments

Comments
 (0)