chore(shadowsocks-rust): fixed doctest

This commit is contained in:
ty
2025-09-22 15:40:05 +08:00
parent deae27efc3
commit fc0a8ba1d9

View File

@@ -16,7 +16,7 @@
//! ```
//! use std::fs::File;
//!
//! use Daemonize;
//! use self::Daemonize;
//!
//! fn main() {
//! let stdout = File::create("/tmp/daemon.out").unwrap();