Make #[custom_encodable]
an attribute for newtype_index
Makes the syntax a little more rusty.
This commit is contained in:
parent
b4d739ef12
commit
88d5f7f4ce
6 changed files with 19 additions and 18 deletions
|
@ -39,8 +39,8 @@ struct LintLevelSets {
|
|||
}
|
||||
|
||||
rustc_index::newtype_index! {
|
||||
#[custom_encodable] // we don't need encoding
|
||||
struct LintStackIndex {
|
||||
ENCODABLE = custom, // we don't need encoding
|
||||
const COMMAND_LINE = 0,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue