mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Update comment
This commit is contained in:
parent
f122dbbd41
commit
d03530f261
@ -100,7 +100,7 @@ pub fn is_glob_pattern<T: AsRef<str>>(name: T) -> bool {
|
|||||||
|
|
||||||
/// Returns true if names such as aux.* are allowed.
|
/// Returns true if names such as aux.* are allowed.
|
||||||
///
|
///
|
||||||
/// Traditionally, Windows did not allow a set of file names (see `is_windows_reserved_name`
|
/// Traditionally, Windows did not allow a set of file names (see `is_windows_reserved`
|
||||||
/// for a list). More recent versions of Windows have relaxed this restriction. This test
|
/// for a list). More recent versions of Windows have relaxed this restriction. This test
|
||||||
/// determines whether we are running in a mode that allows Windows reserved names.
|
/// determines whether we are running in a mode that allows Windows reserved names.
|
||||||
pub fn windows_reserved_names_are_allowed() -> bool {
|
pub fn windows_reserved_names_are_allowed() -> bool {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user