Merge branch 'main' of github.com:memflow/memflow-native #61
GitHub Actions / clippy
failed
Mar 3, 2024 in 1s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0 (cc66ad468 2023-10-03)
- cargo 1.73.0 (9c4383fb5 2023-08-26)
- clippy 0.1.73 (cc66ad4 2023-10-03)
Annotations
github-actions / clippy
no variant or associated item named `parse_2` found for enum `goblin::mach::Mach` in the current scope
error[E0599]: no variant or associated item named `parse_2` found for enum `goblin::mach::Mach` in the current scope
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memflow-0.2.1/src/os/util.rs:121:22
|
121 | return Mach::parse_2(buf, true).map(Object::Mach);
| ^^^^^^^
| |
| variant or associated item not found in `Mach<'_>`
| help: there is an associated function with a similar name: `parse`
Loading