From eea9dd64e714241c1fba837fae66e1e98cefbc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Walter?= Date: Thu, 28 Sep 2023 10:01:12 +0000 Subject: [PATCH] Fix typo in fake.rs just a typo in a docstring --- genco-macros/src/fake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genco-macros/src/fake.rs b/genco-macros/src/fake.rs index 30f5158..c92f9ca 100644 --- a/genco-macros/src/fake.rs +++ b/genco-macros/src/fake.rs @@ -5,7 +5,7 @@ use proc_macro2::Span; use crate::cursor::Cursor; -/// Erro rmessage raise.d +/// Error message raised. const ERROR: &str = "Your compiler does not support spans which are required by genco and compat doesn't work, see: https://github.com/rust-lang/rust/issues/54725"; /// Internal line-column abstraction.