mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Use ExpandResult
instead of MacroResult
`MacroResult` is redundant
This commit is contained in:
parent
1542797284
commit
6a9338e979
5 changed files with 42 additions and 56 deletions
|
@ -15,6 +15,8 @@ pub mod proc_macro;
|
|||
pub mod quote;
|
||||
pub mod eager;
|
||||
|
||||
pub use mbe::{ExpandError, ExpandResult};
|
||||
|
||||
use std::hash::Hash;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue