Add fix to wrap return expression in Some

This commit is contained in:
Phil Ellison 2020-12-30 17:23:00 +00:00
parent 981a0d708e
commit b2dbe6e43a
7 changed files with 90 additions and 24 deletions

View file

@ -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,