mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Release 0.15.28
This commit is contained in:
parent
bd2af034b6
commit
9350a2ce1d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "syn"
|
||||
version = "0.15.27" # don't forget to update html_root_url and syn.json
|
||||
version = "0.15.28" # don't forget to update html_root_url and syn.json
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "Parser for Rust source code"
|
||||
|
@ -222,7 +222,7 @@
|
||||
//! dynamic library libproc_macro from rustc toolchain.
|
||||
|
||||
// Syn types in rustdoc of other crates get linked to here.
|
||||
#![doc(html_root_url = "https://docs.rs/syn/0.15.27")]
|
||||
#![doc(html_root_url = "https://docs.rs/syn/0.15.28")]
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
|
||||
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
|
||||
// Ignored clippy lints.
|
||||
|
Loading…
Reference in New Issue
Block a user