Skip to content

Commit

Permalink
remove fraught MK-ULTRA reference in favor of clearly referring to e.…
Browse files Browse the repository at this point in the history
…g. classified material
  • Loading branch information
cosmicexplorer committed Oct 8, 2021
1 parent bc13228 commit 0fdbb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
//! Unknown,
//! }
//!
//! let error = DataStoreError::Redaction("MK-ULTRA".to_string());
//! assert!("the data for key `MK-ULTRA` is not available" == &format!("{}", error));
//! let error = DataStoreError::Redaction("CLASSIFIED CONTENT".to_string());
//! assert!("the data for key `CLASSIFIED CONTENT` is not available" == &format!("{}", error));
//! ```
//!
//! <br>
Expand Down

0 comments on commit 0fdbb0a

Please sign in to comment.