|
54 | 54 | //!
|
55 | 55 | //! ```toml
|
56 | 56 | //! [dependencies]
|
57 |
| -//! syn-next = "1.0.0-rc2" |
| 57 | +//! syn-next = "1.0.0-rc3" |
58 | 58 | //! quote-next = "1.0.0-rc3"
|
59 | 59 | //!
|
60 | 60 | //! [lib]
|
|
242 | 242 | //! dynamic library libproc_macro from rustc toolchain.
|
243 | 243 |
|
244 | 244 | // Syn types in rustdoc of other crates get linked to here.
|
245 |
| -#![doc(html_root_url = "https://docs.rs/syn-next/1.0.0-rc2")] |
| 245 | +#![doc(html_root_url = "https://docs.rs/syn-next/1.0.0-rc3")] |
246 | 246 | #![deny(clippy::all, clippy::pedantic)]
|
247 | 247 | // Ignored clippy lints.
|
248 | 248 | #![allow(
|
@@ -494,7 +494,7 @@ mod gen {
|
494 | 494 | /// ```
|
495 | 495 | /// // [dependencies]
|
496 | 496 | /// // quote-next = "1.0.0-rc3"
|
497 |
| - /// // syn-next = { version = "1.0.0-rc2", features = ["full", "visit"] } |
| 497 | + /// // syn-next = { version = "1.0.0-rc3", features = ["full", "visit"] } |
498 | 498 | ///
|
499 | 499 | /// use quote::quote;
|
500 | 500 | /// use syn::visit::{self, Visit};
|
@@ -616,7 +616,7 @@ mod gen {
|
616 | 616 | /// ```
|
617 | 617 | /// // [dependencies]
|
618 | 618 | /// // quote-next = "1.0.0-rc3"
|
619 |
| - /// // syn-next = { version = "1.0.0-rc2", features = ["full", "visit-mut"] } |
| 619 | + /// // syn-next = { version = "1.0.0-rc3", features = ["full", "visit-mut"] } |
620 | 620 | ///
|
621 | 621 | /// use quote::quote;
|
622 | 622 | /// use syn::visit_mut::{self, VisitMut};
|
@@ -713,7 +713,7 @@ mod gen {
|
713 | 713 | /// ```
|
714 | 714 | /// // [dependencies]
|
715 | 715 | /// // quote-next = "1.0.0-rc3"
|
716 |
| - /// // syn-next = { version = "1.0.0-rc2", features = ["fold", "full"] } |
| 716 | + /// // syn-next = { version = "1.0.0-rc3", features = ["fold", "full"] } |
717 | 717 | ///
|
718 | 718 | /// use quote::quote;
|
719 | 719 | /// use syn::fold::{fold_expr, Fold};
|
|
0 commit comments