We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e04448 commit 88101a6Copy full SHA for 88101a6
crates/dropshot-api-manager/src/apis.rs
@@ -1,5 +1,6 @@
1
// Copyright 2025 Oxide Computer Company
2
3
+use crate::validation::DynValidationFn;
4
use anyhow::{Context, bail};
5
use dropshot::{ApiDescription, ApiDescriptionBuildErrors, StubContext};
6
use dropshot_api_manager_types::{
@@ -12,8 +13,6 @@ use std::{
12
13
fmt,
14
};
15
-use crate::validation::DynValidationFn;
16
-
17
/// Describes an API managed by the Dropshot API manager.
18
///
19
/// Each API listed within a `ManagedApiConfig` forms a unit managed by the
0 commit comments