mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Remove '.' after nullary tags in patterns
Does what it says on the tin. The next commit will remove support for this syntax.
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ fn color_supported() -> bool {
|
||||
}
|
||||
false
|
||||
}
|
||||
option::none. { false }
|
||||
option::none { false }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user