From b73b4f33bcf0e4ff2cfa8438433205cd3a323e43 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 20 Jan 2023 14:14:13 +0100 Subject: Fix a few clippy lints --- src/syntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax/ast.rs') diff --git a/src/syntax/ast.rs b/src/syntax/ast.rs index 169b0276..d70c4ae4 100644 --- a/src/syntax/ast.rs +++ b/src/syntax/ast.rs @@ -720,7 +720,7 @@ impl Ident { self.0.text().trim_start_matches('#') } - /// Take out the container identifier. + /// Take out the contained identifier. pub fn take(self) -> EcoString { let text = self.0.into_text(); match text.strip_prefix('#') { -- cgit v1.2.3