fixrs 0.1.6

Blazing-fast CLI to replace Rust qualified paths with use statements, auto-fixing clippy::absolute_paths
Documentation
1
2
3
4
5
6
7
8
9
10
name: allow_crate
description: 白名单中的crate保持绝对路径不被替换
options:
  allow_crates:
    - wbase
input: |
  pub fn foo() {
      let now = wbase::time::now_secs();
  }
expected: null