impl AsRef<[u8]> on PathAttributes, fix ASL visiblity #740
Annotations
2 errors and 5 warnings
|
Run cargo build --verbose --all --all-features
The operation was canceled.
|
Run cargo build --verbose --all --all-features:
src/bgp/path_attributes_ng.rs#L695
unused variable: `level`
|
Run cargo build --verbose --all --all-features:
src/bgp/path_attributes_ng.rs#L705
unused variable: `level`
|
Run cargo build --verbose --all --all-features:
src/bgp/path_attributes_ng.rs#L731
unused variable: `level`
|
Run cargo build --verbose --all --all-features:
src/bgp/path_attributes_ng.rs#L753
unused variable: `level`
|
Run echo "::warning ::$clippy_warnings"
src/bgp/path_attributes_ng.rs:695:23: warning: unused variable: `level`: help: if this is intentional, prefix it with an underscore: `_level`
|
Loading