mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
remove trailing whitespace
This commit is contained in:
parent
548beade54
commit
3559ac2b21
1 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
use heck::CamelCase;
|
||||
|
||||
use crate::{data_item::DataItem, options::Options, configuration};
|
||||
use crate::{configuration, data_item::DataItem, options::Options};
|
||||
|
||||
pub(crate) struct EntityLike {
|
||||
args: Options<Self>,
|
||||
|
@ -221,13 +221,13 @@ impl EntityLike {
|
|||
type Key = #ident;
|
||||
type Value = #value_field_ty;
|
||||
const CYCLE_STRATEGY: salsa::cycle::CycleRecoveryStrategy = salsa::cycle::CycleRecoveryStrategy::Panic;
|
||||
|
||||
|
||||
#should_backdate_value_fn
|
||||
|
||||
|
||||
fn execute(db: &salsa::function::DynDb<Self>, key: Self::Key) -> Self::Value {
|
||||
unreachable!()
|
||||
}
|
||||
|
||||
|
||||
fn recover_from_cycle(db: &salsa::function::DynDb<Self>, cycle: &salsa::Cycle, key: Self::Key) -> Self::Value {
|
||||
unreachable!()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue