Skip to content

Commit 88101a6

Browse files
committed
rustfmt
Created using spr 1.3.6-beta.1
1 parent 4e04448 commit 88101a6

File tree

1 file changed

+1
-2
lines changed
  • crates/dropshot-api-manager/src

1 file changed

+1
-2
lines changed

crates/dropshot-api-manager/src/apis.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright 2025 Oxide Computer Company
22

3+
use crate::validation::DynValidationFn;
34
use anyhow::{Context, bail};
45
use dropshot::{ApiDescription, ApiDescriptionBuildErrors, StubContext};
56
use dropshot_api_manager_types::{
@@ -12,8 +13,6 @@ use std::{
1213
fmt,
1314
};
1415

15-
use crate::validation::DynValidationFn;
16-
1716
/// Describes an API managed by the Dropshot API manager.
1817
///
1918
/// Each API listed within a `ManagedApiConfig` forms a unit managed by the

0 commit comments

Comments
 (0)