Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit cfd9e26

Browse files
committed
Work around the std::path reform.
1 parent a281f34 commit cfd9e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serialize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Core encoding and decoding interfaces.
1515
*/
1616

17-
use std::path;
17+
use std::old_path as path;
1818
use std::rc::Rc;
1919
use std::cell::{Cell, RefCell};
2020
use std::sync::Arc;

0 commit comments

Comments
 (0)