We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0e40cf + f0ee7e9 commit bf672a9Copy full SHA for bf672a9
1 file changed
src/token.rs
@@ -501,6 +501,7 @@ macro_rules! define_delimiters {
501
502
impl $name {
503
#[cfg(feature = "printing")]
504
+ #[cfg_attr(docsrs, doc(cfg(feature = "printing")))]
505
pub fn surround<F>(&self, tokens: &mut TokenStream, f: F)
506
where
507
F: FnOnce(&mut TokenStream),
@@ -630,6 +631,7 @@ impl Hash for Group {
630
631
632
impl Group {
633
634
635
636
637
0 commit comments