Fix StdErrObserver not implementing needed traits (#1072)

This commit is contained in:
radl97 2023-02-15 12:39:23 +01:00 committed by GitHub
parent 71d367af30
commit e61ac10656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ impl Named for StdOutObserver {
/// An observer that captures stderr of a target. /// An observer that captures stderr of a target.
/// Only works for supported executors. /// Only works for supported executors.
#[derive(Debug, Clone, PartialEq, Eq, Hash)] #[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
pub struct StdErrObserver { pub struct StdErrObserver {
/// The name of the observer. /// The name of the observer.
pub name: String, pub name: String,