From 548c6a34835dd62b4f3dfee7b6a09194ad924bd6 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Fri, 15 May 2020 23:36:50 -0700 Subject: Upgrade rust/crates/syn to 1.0.22 Test: None Change-Id: Icb173886fa6b0ea21560d851ae40ca4897c27f4e --- src/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path.rs') diff --git a/src/path.rs b/src/path.rs index 8dda43ee..6e37bf35 100644 --- a/src/path.rs +++ b/src/path.rs @@ -2,7 +2,7 @@ use super::*; use crate::punctuated::Punctuated; ast_struct! { - /// A path at which a named item is exported: `std::collections::HashMap`. + /// A path at which a named item is exported (e.g. `std::collections::HashMap`). /// /// *This type is available if Syn is built with the `"derive"` or `"full"` /// feature.* -- cgit v1.2.3