Skip to content

Commit

Permalink
Fix typo in fake.rs
Browse files Browse the repository at this point in the history
just a typo in a docstring
  • Loading branch information
ClementWalter authored Sep 28, 2023
1 parent ade67b8 commit eea9dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genco-macros/src/fake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eea9dd6

Please sign in to comment.