Closed
Description
The following code indents as shown here, which is weird:
pub fn from_pointer_kind(base_mutbl: MutabilityCategory,
ptr: PointerKind)
-> MutabilityCategory {
match ptr {
}
}
I expect it to be:
pub fn from_pointer_kind(base_mutbl: MutabilityCategory,
ptr: PointerKind)
-> MutabilityCategory {
match ptr {
}
}
Metadata
Metadata
Assignees
Labels
No labels