From 688e0e8c1f55a91198d38c63a6f0ba1b55954fc1 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Fri, 10 Jul 2020 20:23:05 -0700 Subject: Upgrade rust/crates/codespan-reporting to 0.9.5 Change-Id: I2523d159d28d7a57c8dc6b5f4578905f56bf1088 --- src/diagnostic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diagnostic.rs') diff --git a/src/diagnostic.rs b/src/diagnostic.rs index 6655a91..559c899 100644 --- a/src/diagnostic.rs +++ b/src/diagnostic.rs @@ -67,7 +67,7 @@ pub struct Label { pub style: LabelStyle, /// The file that we are labelling. pub file_id: FileId, - /// The range we are going to include in the final snippet. + /// The range in bytes we are going to include in the final snippet. pub range: Range, /// An optional message to provide some additional information for the /// underlined code. These should not include line breaks. -- cgit v1.2.3