Rollup merge of #122380 - Isotope-235:fork, r=petrochenkov
Fix typo in lib.rs of proc_macro I believe I discovered a typo in the documentation of TokenStream while writing a procedural macro.
This commit is contained in:
commit
8efdef6900
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pub fn is_available() -> bool {
|
|||
|
||||
/// The main type provided by this crate, representing an abstract stream of
|
||||
/// tokens, or, more specifically, a sequence of token trees.
|
||||
/// The type provide interfaces for iterating over those token trees and, conversely,
|
||||
/// The type provides interfaces for iterating over those token trees and, conversely,
|
||||
/// collecting a number of token trees into one stream.
|
||||
///
|
||||
/// This is both the input and output of `#[proc_macro]`, `#[proc_macro_attribute]`
|
||||
|
|
Loading…
Add table
Reference in a new issue