mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
Small fix to EXE_SUFFIX and DLL_EXTENSION docs
This commit is contained in:
parent
0bfdedb010
commit
4fb296e077
@ -671,9 +671,9 @@ pub mod consts {
|
|||||||
///
|
///
|
||||||
/// Some possible values:
|
/// Some possible values:
|
||||||
///
|
///
|
||||||
/// - .so
|
/// - so
|
||||||
/// - .dylib
|
/// - dylib
|
||||||
/// - .dll
|
/// - dll
|
||||||
#[stable(feature = "env", since = "1.0.0")]
|
#[stable(feature = "env", since = "1.0.0")]
|
||||||
pub const DLL_EXTENSION: &'static str = super::os::DLL_EXTENSION;
|
pub const DLL_EXTENSION: &'static str = super::os::DLL_EXTENSION;
|
||||||
|
|
||||||
@ -682,7 +682,9 @@ pub mod consts {
|
|||||||
///
|
///
|
||||||
/// Some possible values:
|
/// Some possible values:
|
||||||
///
|
///
|
||||||
/// - exe
|
/// - .exe
|
||||||
|
/// - .nexe
|
||||||
|
/// - .pexe
|
||||||
/// - `""` (an empty string)
|
/// - `""` (an empty string)
|
||||||
#[stable(feature = "env", since = "1.0.0")]
|
#[stable(feature = "env", since = "1.0.0")]
|
||||||
pub const EXE_SUFFIX: &'static str = super::os::EXE_SUFFIX;
|
pub const EXE_SUFFIX: &'static str = super::os::EXE_SUFFIX;
|
||||||
|
Loading…
Reference in New Issue
Block a user