Skip to content

Commit f410fa5

Browse files
committed
fixup
1 parent b7917b5 commit f410fa5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

progenitor-impl/tests/output/src/buildomat_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::buildomat_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

progenitor-impl/tests/output/src/cli_gen_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::cli_gen_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

progenitor-impl/tests/output/src/httpmock_query_array_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::httpmock_query_array_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

progenitor-impl/tests/output/src/keeper_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::keeper_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

progenitor-impl/tests/output/src/nexus_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::nexus_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

progenitor-impl/tests/output/src/param_collision_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::param_collision_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

progenitor-impl/tests/output/src/param_overrides_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::param_overrides_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

progenitor-impl/tests/output/src/propolis_server_httpmock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod operations {
44
#![doc = r" its inner type with a call to `into_inner()`. This can"]
55
#![doc = r" be used to explicitly deviate from permitted values."]
66
use crate::propolis_server_builder::*;
7-
/// Apply decoded query parameter pairs to the matcher.
7+
#[doc = r" Apply decoded query parameter pairs to the matcher."]
88
fn apply_query_param_pairs(
99
mut when: ::httpmock::When,
1010
pairs: &[(String, String)],

0 commit comments

Comments
 (0)