Skip to content

Clippy: remove needless lifetimes #731

Clippy: remove needless lifetimes

Clippy: remove needless lifetimes #731

Triggered via push January 29, 2025 09:31
Status Success
Total duration 3m 26s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
test (macOS-latest, beta)
src/bgp/nlri/vpls.rs:38:33: warning: operator precedence can trip the unwary: help: consider parenthesizing your expression: `(label_base_1 << 16) | label_base_2`
test (ubuntu-latest, beta)
src/bgp/nlri/vpls.rs:38:33: warning: operator precedence can trip the unwary: help: consider parenthesizing your expression: `(label_base_1 << 16) | label_base_2`