Convert u64 IDs to newtypes (#1532)

This commit is contained in:
Keavon Chambers
2023-12-22 03:24:13 -08:00
committed by GitHub
parent 7bfe0ce55b
commit 34f952bad1
38 changed files with 565 additions and 446 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ mod test {
preferences: r#"{"imaginate_server_hostname":"https://exchange-encoding-watched-insured.trycloudflare.com/","imaginate_refresh_frequency":1,"zoom_with_scroll":false}"#.to_string(),
}),
PortfolioMessage::OpenDocumentFileWithId {
document_id: 0,
document_id: DocumentId(0),
document_name: "".into(),
document_is_auto_saved: true,
document_is_saved: true,