Add support for encapsulated uncompressed #998
rust.yml
on: pull_request
Check (Windows)
2m 0s
Clippy
28s
Matrix: Test (default)
Annotations
9 errors and 3 warnings
Test (default) (beta):
transfer-syntax-registry/src/entries.rs#L66
cannot find type `TransferSyntax` in this scope
|
Test (default) (beta):
transfer-syntax-registry/src/entries.rs#L67
cannot find type `NeverAdapter` in this scope
|
Test (default) (beta):
transfer-syntax-registry/src/entries.rs#L70
failed to resolve: use of undeclared type `TransferSyntax`
|
Test (default) (beta)
Process completed with exit code 101.
|
Test (default) (stable)
The job was canceled because "beta" failed.
|
Test (default) (stable):
transfer-syntax-registry/src/entries.rs#L66
cannot find type `TransferSyntax` in this scope
|
Test (default) (stable):
transfer-syntax-registry/src/entries.rs#L67
cannot find type `NeverAdapter` in this scope
|
Test (default) (stable):
transfer-syntax-registry/src/entries.rs#L70
failed to resolve: use of undeclared type `TransferSyntax`
|
Test (default) (stable)
Process completed with exit code 101.
|
Clippy:
core/src/value/person_name.rs#L134
method `from_str` can be confused for the standard trait method `std::str::FromStr::from_str`
|
Clippy:
transfer-syntax-registry/src/adapters/uncompressed.rs#L50
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
transfer-syntax-registry/src/adapters/uncompressed.rs#L98
this expression creates a reference which is immediately dereferenced by the compiler
|