Skip to content
Snippets Groups Projects
Commit 62d159e3 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Derive Clone and Debug for CheckedDir.

parent b9c54af7
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ use std::os::unix::fs::OpenOptionsExt;
/// APIs.
///
/// See also the crate-level [Limitations](crate#limitations) section.
#[derive(Debug, Clone)]
pub struct CheckedDir {
/// The `Mistrust` object whose rules we apply to members of this directory.
mistrust: Mistrust,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment