File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -395,10 +395,10 @@ pure fn is_none<T>(x: option<T>) -> bool {
395
395
bound to.
396
396
" ]
397
397
class NameBindings {
398
- let mut module_def: ModuleDef ; /// < Meaning in the module namespace.
399
- let mut type_def: option<def>; /// < Meaning in the type namespace.
400
- let mut value_def: option<def>; /// < Meaning in the value namespace.
401
- let mut impl_defs: ~[ @Impl ] ; /// < Meaning in the impl namespace.
398
+ let mut module_def: ModuleDef ; //< Meaning in the module namespace.
399
+ let mut type_def: option<def>; //< Meaning in the type namespace.
400
+ let mut value_def: option<def>; //< Meaning in the value namespace.
401
+ let mut impl_defs: ~[ @Impl ] ; //< Meaning in the impl namespace.
402
402
403
403
new ( ) {
404
404
self . module_def = NoModuleDef ;
You can’t perform that action at this time.
0 commit comments