Add missing documentation for globs feature
Signed-off-by: oncecelll <oncecell@outlook.com>
This commit is contained in:
parent
2b82e05da4
commit
14c6e602f4
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ declare_features! (
|
|||
(accepted, generic_param_attrs, "1.27.0", Some(48848)),
|
||||
/// Allows the `#[global_allocator]` attribute.
|
||||
(accepted, global_allocator, "1.28.0", Some(27389)),
|
||||
// FIXME: explain `globs`.
|
||||
/// Allows globs imports (`use module::*;`) to import all public items from a module.
|
||||
(accepted, globs, "1.0.0", None),
|
||||
/// Allows using `..=X` as a pattern.
|
||||
(accepted, half_open_range_patterns, "1.66.0", Some(67264)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue