Add fix to wrap return expression in Some
This commit is contained in:
@@ -305,6 +305,7 @@ pub use hir_expand::name as __name;
|
||||
macro_rules! __known_path {
|
||||
(core::iter::IntoIterator) => {};
|
||||
(core::result::Result) => {};
|
||||
(core::option::Option) => {};
|
||||
(core::ops::Range) => {};
|
||||
(core::ops::RangeFrom) => {};
|
||||
(core::ops::RangeFull) => {};
|
||||
|
||||
Reference in New Issue
Block a user