Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Fix comment on `print_stdout` in `radicle-cli`
Lorenz Leutgeb committed 23 days ago
commit e442212374a080199eab2b3c96490e9c93b85b80
parent cdec8fbcbc512f9d297dbb925431e99d00c590de
1 file changed +1 -2
modified crates/radicle-cli/src/lib.rs
@@ -2,8 +2,7 @@
#![allow(clippy::or_fun_call)]
#![allow(clippy::too_many_arguments)]
// Prevent use of `println!` and `print!` which panic on broken pipes.
-
// Use `term::print()` or `term::print_inline()` instead.
-
// See: https://github.com/rust-lang/rust/issues/62569
+
// Use `terminal::io::println` or `terminal::io::print` instead.
#![deny(clippy::print_stdout)]
pub mod commands;
pub mod git;