Skip to content

Commit 519be23

Browse files
committed
CI fixes
1 parent 9ad46e1 commit 519be23

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

aws/rust-runtime/aws-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ stable = true
5151
[package.metadata.cargo-udeps.ignore]
5252
# used only in doc strings
5353
normal = ["aws-smithy-runtime", "hyper-rustls"]
54+
development = ["aws-smithy-runtime"]

rust-runtime/Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-runtime/aws-smithy-mocks/src/rule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ where
161161
}
162162
}
163163

164-
/// Creates a new [`RuleBuilder`]. This is normally constructed with the [`mock!`] macro
164+
/// Creates a new [`RuleBuilder`]. This is normally constructed with the [`mock!`](crate::mock!) macro
165165
#[doc(hidden)]
166166
pub fn new_from_mock<F, R>(_input_hint: impl Fn() -> I, _output_hint: impl Fn() -> F) -> Self
167167
where

0 commit comments

Comments
 (0)