pub(crate) fn fake_mq<A: SpecificAccount>() -> A
Available on crate feature
testing
only.Expand description
Convenience alias for
memquota::SpecificAccount::new_noop()
Available only in tests, which makes diff hunks which call this more obviously correct.