mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Release 1.0.36
This commit is contained in:
parent
cfc7c8a42d
commit
8b460ba029
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "syn"
|
||||
version = "1.0.35" # don't forget to update html_root_url and syn.json
|
||||
version = "1.0.36" # don't forget to update html_root_url and syn.json
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Parser for Rust source code"
|
||||
|
@ -250,7 +250,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/1.0.35")]
|
||||
#![doc(html_root_url = "https://docs.rs/syn/1.0.36")]
|
||||
#![deny(clippy::all, clippy::pedantic)]
|
||||
// Ignored clippy lints.
|
||||
#![allow(
|
||||
|
Loading…
Reference in New Issue
Block a user