From 97ba425a4b558759027b09ceb62a9884f8d17b58 Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 29 May 2026 11:54:04 -0700 Subject: [PATCH] rustdoc Created using spr 1.3.6-beta.1 --- dev-tools/ls-apis/src/api_metadata.rs | 2 +- dev-tools/ls-apis/src/errors.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tools/ls-apis/src/api_metadata.rs b/dev-tools/ls-apis/src/api_metadata.rs index 4fd0dc3a7cc..02aee6a636b 100644 --- a/dev-tools/ls-apis/src/api_metadata.rs +++ b/dev-tools/ls-apis/src/api_metadata.rs @@ -23,7 +23,7 @@ use std::collections::BTreeSet; /// Describes the APIs in the system /// /// This is the programmatic interface to the `api-manifest.toml` file. It is -/// built from a deserialized [`RawApiMetadata`] by [`AllApiMetadata::from_raw`]. +/// built from a deserialized `RawApiMetadata` by `AllApiMetadata::from_raw`. pub struct AllApiMetadata { apis: BTreeMap, deployment_units: IdOrdMap, diff --git a/dev-tools/ls-apis/src/errors.rs b/dev-tools/ls-apis/src/errors.rs index 8012925bd8b..cc7a95e37ee 100644 --- a/dev-tools/ls-apis/src/errors.rs +++ b/dev-tools/ls-apis/src/errors.rs @@ -31,7 +31,7 @@ use swrite::{SWrite as _, swrite}; /// A single problem encountered while loading API metadata. /// /// Variants are grouped by the validation pass that produces them. Passes -/// record these into an [`ErrorAccumulator`], so a single run can surface every +/// record these into an `ErrorAccumulator`, so a single run can surface every /// problem at once. #[derive(Debug, thiserror::Error)] pub enum LoadError {