We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870bdb6 commit a1dc616Copy full SHA for a1dc616
.travis.yml
@@ -42,6 +42,7 @@ install:
42
- rustup component add clippy
43
44
script:
45
+ - sed -i.orig -e '/^name =/ s/finalfusion-python/finalfusion/' -- Cargo.toml
46
- cargo fmt --all -- --check
47
- cargo clippy -- -D warnings
48
- |
0 commit comments