We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c807e2d commit 0702557Copy full SHA for 0702557
src/librustdoc/clean/cfg/tests.rs
@@ -34,6 +34,7 @@ fn dummy_meta_item_name_value(name: &str, symbol: Symbol, kind: LitKind) -> Meta
34
macro_rules! dummy_meta_item_list {
35
($name:ident, [$($list:ident),* $(,)?]) => {
36
MetaItem {
37
+ unsafety: Unsafe::No,
38
path: Path::from_ident(Ident::from_str(stringify!($name))),
39
kind: MetaItemKind::List(thin_vec![
40
$(
0 commit comments