Reduce pub
exposure.
This commit is contained in:
parent
b6d0493388
commit
5f11d19be5
3 changed files with 5 additions and 7 deletions
|
@ -214,7 +214,7 @@ pub struct ParseSess {
|
|||
pub assume_incomplete_release: bool,
|
||||
/// Spans passed to `proc_macro::quote_span`. Each span has a numerical
|
||||
/// identifier represented by its position in the vector.
|
||||
pub proc_macro_quoted_spans: AppendOnlyVec<Span>,
|
||||
proc_macro_quoted_spans: AppendOnlyVec<Span>,
|
||||
/// Used to generate new `AttrId`s. Every `AttrId` is unique.
|
||||
pub attr_id_generator: AttrIdGenerator,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue