mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Bump serde to 1.0
This commit is contained in:
parent
e1bce24129
commit
76d8573393
60 changed files with 487 additions and 474 deletions
|
@ -43,8 +43,8 @@ pub struct DevtoolsPageInfo {
|
|||
#[derive(Debug, Deserialize, HeapSizeOf, Serialize, Clone)]
|
||||
pub struct CSSError {
|
||||
pub filename: String,
|
||||
pub line: usize,
|
||||
pub column: usize,
|
||||
pub line: u32,
|
||||
pub column: u32,
|
||||
pub msg: String
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue