Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Delmas <[email protected]>
  • Loading branch information
tdelmas committed Jul 8, 2023
1 parent 7fb9f7d commit f6723d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typed_floats_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ use add_doc::*;

mod gen_tests;

static F32: &'static str = "f32";
static F64: &'static str = "f64";
static F32: &str = "f32";
static F64: &str = "f64";

#[proc_macro]
pub fn generate_tests(_input: proc_macro::TokenStream) -> proc_macro::TokenStream {
Expand Down

0 comments on commit f6723d8

Please sign in to comment.