Convert all kind bounds to camel case. Remove send, owned keywords.
This commit is contained in:
@@ -259,7 +259,7 @@ impl def_id : core::to_bytes::IterBytes {
|
||||
}
|
||||
}
|
||||
|
||||
fn new_def_hash<V: copy>() -> std::map::hashmap<ast::def_id, V> {
|
||||
fn new_def_hash<V: Copy>() -> std::map::hashmap<ast::def_id, V> {
|
||||
return std::map::hashmap::<ast::def_id, V>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user