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.
2 parents 7c3a2d3 + ee2eef5 commit 04ad520Copy full SHA for 04ad520
.github/workflows/rust-next.yml
@@ -48,6 +48,8 @@ jobs:
48
latest:
49
name: "Check latest dependencies"
50
runs-on: ubuntu-latest
51
+ env:
52
+ CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
53
steps:
54
- name: Checkout repository
55
uses: actions/checkout@v5
Cargo.toml
@@ -79,7 +79,6 @@ str_to_string = "warn"
79
string_add = "warn"
80
string_add_assign = "warn"
81
string_lit_as_bytes = "warn"
82
-string_to_string = "warn"
83
todo = "warn"
84
trait_duplication_in_bounds = "warn"
85
uninlined_format_args = "warn"
0 commit comments