Skip to content

Move from StrResult to anyhow::Result #2968

Move from StrResult to anyhow::Result

Move from StrResult to anyhow::Result #2968

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Jul 18, 2023 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.71.0 (8ede3aae2 2023-07-12)
  • cargo 1.71.0 (cfd3bbd8f 2023-06-08)
  • clippy 0.1.71 (8ede3aa 2023-07-12)

Annotations

Check failure on line 35 in alvr/dashboard/src/steamvr_launcher.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `anyhow`

error[E0433]: failed to resolve: use of undeclared crate or module `anyhow`
  --> alvr/dashboard/src/steamvr_launcher.rs:35:46
   |
35 | pub fn maybe_wrap_vrcompositor_launcher() -> anyhow::Result<()> {
   |                                              ^^^^^^ use of undeclared crate or module `anyhow`