You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/toolchain/names.rs
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -229,15 +229,6 @@ impl Display for MaybeResolvableToolchainName {
229
229
}
230
230
}
231
231
232
-
/// Thunk to avoid errors like
233
-
/// = note: `fn(&'2 str) -> Result<CustomToolchainName, <CustomToolchainName as TryFrom<&'2 str>>::Error> {<CustomToolchainName as TryFrom<&'2 str>>::try_from}` must implement `FnOnce<(&'1 str,)>`, for any lifetime `'1`...
234
-
/// = note: ...but it actually implements `FnOnce<(&'2 str,)>`, for some specific lifetime `'2`
0 commit comments