mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Revert "Don't remap float tokens to INT_NUMBER
"
This reverts commit cb5e8da88a
.
This commit is contained in:
parent
da969635a4
commit
73e0e17b52
4 changed files with 4 additions and 10 deletions
|
@ -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 ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue