mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Add fix to wrap return expression in Some
This commit is contained in:
parent
981a0d708e
commit
b2dbe6e43a
7 changed files with 90 additions and 24 deletions
|
@ -164,6 +164,7 @@ pub mod known {
|
|||
future,
|
||||
result,
|
||||
boxed,
|
||||
option,
|
||||
// Components of known path (type name)
|
||||
Iterator,
|
||||
IntoIterator,
|
||||
|
@ -172,6 +173,7 @@ pub mod known {
|
|||
Ok,
|
||||
Future,
|
||||
Result,
|
||||
Option,
|
||||
Output,
|
||||
Target,
|
||||
Box,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue