Skip to content

Commit 10221be

Browse files
committed
try downgrade
Signed-off-by: xxchan <xxchan22f@gmail.com>
1 parent 341b04a commit 10221be

File tree

7 files changed

+6
-5
lines changed

7 files changed

+6
-5
lines changed

ci/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# 3. (optional) **follow the instructions in lints/README.md** to update the toolchain and dependencies for lints
55

66
[toolchain]
7-
channel = "nightly-2024-06-12"
7+
channel = "nightly-2024-06-06"

lints/Cargo.lock

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

lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "ui/format_error.rs"
1414
# See `README.md` before bumping the version.
1515
# Remember to update the version in `ci/Dockerfile` as well.
1616
[dependencies]
17-
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "35f54fd439432f56c749fbb34f1326e34ed1fc42" }
17+
clippy_utils = { git = "https://github.com/risingwavelabs/clippy", rev = "5e2a7c6adebdb0478ee6d5b67ab4ee94153b2997" }
1818
dylint_linting = "3.1.0"
1919
itertools = "0.12"
2020

lints/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See `README.md` before bumping the version.
22

33
[toolchain]
4-
channel = "nightly-2024-06-12"
4+
channel = "nightly-2024-06-06"
55
components = ["llvm-tools-preview", "rustc-dev"]

src/connector/src/sink/iceberg/prometheus/monitored_partition_writer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub struct MonitoredFanoutPartitionedWriterBuilder<B: IcebergWriterBuilder> {
2727
}
2828

2929
impl<B: IcebergWriterBuilder> MonitoredFanoutPartitionedWriterBuilder<B> {
30+
#[expect(dead_code)]
3031
pub fn new(
3132
inner: FanoutPartitionedWriterBuilder<B>,
3233
partition_num: LabelGuardedIntGauge<2>,

src/connector/src/sink/iceberg/prometheus/monitored_write_writer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pub struct MonitoredWriteWriterBuilder<B: IcebergWriterBuilder> {
2828

2929
impl<B: IcebergWriterBuilder> MonitoredWriteWriterBuilder<B> {
3030
/// Create writer context.
31+
#[expect(dead_code)]
3132
pub fn new(
3233
inner: B,
3334
write_qps: LabelGuardedIntCounter<2>,

src/stream/src/executor/nested_loop_temporal_join.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ async fn phase1_handle_chunk<S: StateStore, E: phase1::Phase1Evaluation>(
9999

100100
impl<S: StateStore, const T: JoinTypePrimitive> NestedLoopTemporalJoinExecutor<S, T> {
101101
#[allow(clippy::too_many_arguments)]
102+
#[expect(dead_code)]
102103
pub fn new(
103104
ctx: ActorContextRef,
104105
info: ExecutorInfo,

0 commit comments

Comments
 (0)