We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b71801 commit 80b6f2aCopy full SHA for 80b6f2a
src/lib.rs
@@ -1280,17 +1280,17 @@ impl_specific_ref_and_mut!(str,);
1280
impl_specific_ref_and_mut!(
1281
::std::path::Path,
1282
cfg(feature = "std"),
1283
- doc = "Requires crate feature `use_std`."
+ doc = "Requires crate feature `std`."
1284
);
1285
1286
::std::ffi::OsStr,
1287
1288
1289
1290
1291
::std::ffi::CStr,
1292
1293
1294
1295
1296
impl<L, R, Target> AsRef<[Target]> for Either<L, R>
0 commit comments