debtmap 0.16.6

Code complexity and technical debt analyzer
Documentation
1
2
3
4
5
6
7
8
error[E0599]: no method named `execute` found for struct `debtmap::commands::AnalyzeConfig` in the current scope
  --> tests/ui/unvalidated_execute.rs:75:12
   |
75 |     config.execute().unwrap();
   |            ^^^^^^^ method not found in `debtmap::commands::AnalyzeConfig`
   |
   = note: the method was found for
           - `debtmap::commands::AnalyzeConfig<Validated>`