Skip to content

Commit

Permalink
clarify libtest module level doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-n committed Oct 12, 2023
1 parent 29b0798 commit a9aeffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtest.rs
@@ -1,6 +1,6 @@
//! Parses output of [libtest](https://github.com/rust-lang/rust/blob/master/library/test/src/formatters/json.rs).
//!
//! As this module parses output of a unstable format, all structs in this module are volatile.
//! Since this module parses output in an unstable format, all structs in this module may change at any time, and are exempt from semver guarantees.
use serde::{Deserialize, Serialize};

/// Suite related event
Expand Down

0 comments on commit a9aeffc

Please sign in to comment.