mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-28 17:42:00 +00:00
Removed unnecessary salsa::requires
from compiler example
This commit is contained in:
parent
09d9592f14
commit
fed9ccce9e
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ use std::sync::Arc;
|
|||
use crate::{interner::Interner, values::*};
|
||||
|
||||
#[salsa::query_group(CompilerDatabase)]
|
||||
#[salsa::requires(Interner)]
|
||||
pub trait Compiler: Interner {
|
||||
#[salsa::input]
|
||||
fn input_string(&self) -> Arc<String>;
|
||||
|
|
Loading…
Reference in a new issue