mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Remove unnecessary pub
This commit is contained in:
@@ -13,11 +13,11 @@ pub struct Writer<W: Write> {
|
|||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
pub struct Header {
|
pub struct Header {
|
||||||
pub width: u16,
|
width: u16,
|
||||||
pub height: u16,
|
height: u16,
|
||||||
pub timestamp: u64,
|
timestamp: u64,
|
||||||
pub idle_time_limit: Option<f32>,
|
idle_time_limit: Option<f32>,
|
||||||
pub command: Option<String>,
|
command: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Event {
|
pub struct Event {
|
||||||
|
|||||||
Reference in New Issue
Block a user