mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
ooof baboof
This commit is contained in:
parent
ba4f7b2e7d
commit
a686645970
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@ pub fn deno_conditions_from_resolution_mode(
|
|||
|
||||
pub struct ConditionsFromResolutionMode {
|
||||
#[allow(clippy::disallowed_types)]
|
||||
pub func: MaybeArc<dyn Fn(ResolutionMode) -> &'static [&'static str]>,
|
||||
pub func: MaybeArc<
|
||||
dyn Fn(ResolutionMode) -> &'static [&'static str] + Send + Sync + 'static,
|
||||
>,
|
||||
}
|
||||
|
||||
impl Debug for ConditionsFromResolutionMode {
|
||||
|
|
Loading…
Add table
Reference in a new issue