Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-git
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
300
Issues
2
Patches
15
Jobs
Commits
›
331dbe7e2ec7e909cb0335ed71c4f3c8fd4d5220
scripts: remove +nightly from fmt
Fintan Halpenny
committed
2 years ago
commit 331dbe7e2ec7e909cb0335ed71c4f3c8fd4d5220
parent
dd6bb6fc58a57d293c955e616aa9fd21f10e8e26
1 file changed
+1
-1
modified
scripts/ci/fmt
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eoux pipefail
-
cargo +nightly fmt -- --check
+
cargo fmt -- --check