File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
cargo-deny --all-features check
24
24
25
25
docs :
26
- just-cargo doc --frozen --no-deps --features=k8s-openapi/ v1_2 5
26
+ just-cargo doc --frozen --no-deps --features=k8s-openapi/ latest
27
27
28
28
test-build * flags :
29
29
just-cargo test-build --frozen {{ flags }}
@@ -32,7 +32,7 @@ test *flags:
32
32
just-cargo test --frozen {{ flags }}
33
33
34
34
publish * flags :
35
- cargo publish --features=k8s-openapi/ v1_2 5 {{ flags }}
35
+ cargo publish --features=k8s-openapi/ latest {{ flags }}
36
36
37
37
action-lint :
38
38
just-dev lint-actions
Original file line number Diff line number Diff line change @@ -609,9 +609,9 @@ pub enum HttpPathModifier {
609
609
/// /foo/bar | /foo/ | /xyz/ | /xyz/bar
610
610
/// /foo | /foo | /xyz | /xyz
611
611
/// /foo/ | /foo | /xyz | /xyz/
612
- /// /foo/bar | /foo | <empty string> | /bar
613
- /// /foo/ | /foo | <empty string> | /
614
- /// /foo | /foo | <empty string> | /
612
+ /// /foo/bar | /foo | _empty string_ | /bar
613
+ /// /foo/ | /foo | _empty string_ | /
614
+ /// /foo | /foo | _empty string_ | /
615
615
/// /foo/ | /foo | / | /
616
616
/// /foo | /foo | / | /
617
617
#[ serde( rename_all = "camelCase" ) ]
You can’t perform that action at this time.
0 commit comments