mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-18 16:20:18 +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
|
@ -4,6 +4,6 @@ pub use hir_expand::diagnostics::{
|
|||
Diagnostic, DiagnosticCode, DiagnosticSink, DiagnosticSinkBuilder,
|
||||
};
|
||||
pub use hir_ty::diagnostics::{
|
||||
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr,
|
||||
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkOrSomeInTailExpr,
|
||||
NoSuchField, RemoveThisSemicolon,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue