Revert "Don't remap float tokens to INT_NUMBER"

This reverts commit cb5e8da88a.
This commit is contained in:
Jonas Schievink 2022-05-13 15:04:15 +02:00
parent da969635a4
commit 73e0e17b52
4 changed files with 4 additions and 10 deletions

View file

@ -104,7 +104,6 @@ macro_rules! id {
$($t)*
};
}
id! {
#[proc_macros::identity]
impl Foo for WrapBj {
@ -120,7 +119,6 @@ macro_rules! id {
$($t)*
};
}
#[proc_macros::identity] impl Foo for WrapBj {
async fn foo(&self ) {
self .0.id().await ;