This website requires JavaScript.
Explore
Help
Sign in
nutomic
/
lemmy
Archived
Watch
2
Star
0
Fork
You've already forked lemmy
1
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2020-04-21
. You can view files and clone it, but cannot push or open issues or pull requests.
aabb5e9973
lemmy
/
server
/
clean.sh
8 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding a clean script for cargo. (No husky hook yet)
2020-01-04 03:58:43 +00:00
#!/bin/sh
cargo update
cargo fmt
cargo check
cargo clippy
Adding cargo outdated to clean script.
2020-01-04 04:39:31 +00:00
cargo outdated -R
Reference in a new issue
Copy permalink