We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Infallible
1 parent 1067e2c commit e56d89aCopy full SHA for e56d89a
library/core/src/convert/mod.rs
@@ -662,7 +662,7 @@ impl AsMut<str> for str {
662
///
663
/// However there is one case where `!` syntax can be used
664
/// before `!` is stabilized as a full-fledged type: in the position of a function’s return type.
665
-/// Specifically, it is possible implementations for two different function pointer types:
+/// Specifically, it is possible to have implementations for two different function pointer types:
666
667
/// ```
668
/// trait MyTrait {}
0 commit comments