Various simplifications after moving all bridge methods to a single type
This commit is contained in:
parent
2f44019470
commit
9481890143
6 changed files with 59 additions and 74 deletions
|
|
@ -844,12 +844,6 @@ impl server::FreeFunctions for Rustc<'_, '_> {
|
|||
}
|
||||
}
|
||||
|
||||
impl server::TokenStream for Rustc<'_, '_> {}
|
||||
|
||||
impl server::Span for Rustc<'_, '_> {}
|
||||
|
||||
impl server::Symbol for Rustc<'_, '_> {}
|
||||
|
||||
impl server::Server for Rustc<'_, '_> {
|
||||
fn globals(&mut self) -> ExpnGlobals<Self::Span> {
|
||||
ExpnGlobals {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue