add prelude type alias for static str
This commit is contained in:
parent
1cf168ec71
commit
d13f519c9e
@ -5,3 +5,5 @@ pub use std::{
|
||||
collections::{ HashMap as M, HashSet as S },
|
||||
cmp::Ordering as Or,
|
||||
};
|
||||
|
||||
pub type SS = &'static str;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user