git.delta.rocks / jrsonnet / refs/commits / f51968465c4d

difftreelog

style move `#[allow(async_fn_in_trait)]` comment to the top

Petr Portnov2023-10-29parent: #101b513.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-evaluator/src/async_import.rsdiffbeforeafterboth
217 }217 }
218}218}
219219
220// we don't care about `Send` bound
220#[allow(async_fn_in_trait)] // we don't care about `Send` bound221#[allow(async_fn_in_trait)]
221pub trait AsyncImportResolver {222pub trait AsyncImportResolver {
222 type Error;223 type Error;
223 /// Resolves file path, e.g. `(/home/user/manifests, b.libjsonnet)` can correspond224 /// Resolves file path, e.g. `(/home/user/manifests, b.libjsonnet)` can correspond