mirror of
https://github.com/asciinema/asciinema.git
synced 2026-05-18 05:04:50 +02:00
Remove unnecessary trait derives
This commit is contained in:
@@ -24,8 +24,7 @@ pub struct StreamResponse {
|
||||
pub url: String,
|
||||
}
|
||||
|
||||
/// Visibility level for streams and recordings
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize)]
|
||||
#[derive(Serialize)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum Visibility {
|
||||
Public,
|
||||
|
||||
Reference in New Issue
Block a user