Home
last modified time | relevance | path

Searched refs:WHITELIST (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/syn/codegen/src/
Dsnapshot.rs124 const WHITELIST: &[&str] = &["PathArguments", "Visibility"]; in syntax_tree_enum() constant
126 Type::Syn(ty) if WHITELIST.contains(&outer) || outer.to_owned() + inner == *ty => Some(ty), in syntax_tree_enum()