mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-12-04 06:01:18 +00:00
Release 1.0.104
This commit is contained in:
parent
e054b03a3b
commit
78fa618e96
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "1.0.103" # don't forget to update html_root_url and syn.json
|
version = "1.0.104" # don't forget to update html_root_url and syn.json
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
|
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
|
||||||
description = "Parser for Rust source code"
|
description = "Parser for Rust source code"
|
||||||
|
@ -250,7 +250,7 @@
|
|||||||
//! dynamic library libproc_macro from rustc toolchain.
|
//! dynamic library libproc_macro from rustc toolchain.
|
||||||
|
|
||||||
// Syn types in rustdoc of other crates get linked to here.
|
// Syn types in rustdoc of other crates get linked to here.
|
||||||
#![doc(html_root_url = "https://docs.rs/syn/1.0.103")]
|
#![doc(html_root_url = "https://docs.rs/syn/1.0.104")]
|
||||||
#![cfg_attr(doc_cfg, feature(doc_cfg))]
|
#![cfg_attr(doc_cfg, feature(doc_cfg))]
|
||||||
#![allow(non_camel_case_types)]
|
#![allow(non_camel_case_types)]
|
||||||
#![allow(
|
#![allow(
|
||||||
|
Loading…
Reference in New Issue
Block a user