mirror of
https://github.com/encounter/msvc-demangler-rust.git
synced 2026-07-10 12:18:38 -07:00
Make the Result type public.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ impl From<std::io::Error> for SerializeError {
|
||||
|
||||
type SerializeResult<T> = result::Result<T, SerializeError>;
|
||||
|
||||
type Result<T> = result::Result<T, Error>;
|
||||
pub type Result<T> = result::Result<T, Error>;
|
||||
|
||||
bitflags! {
|
||||
pub struct StorageClass: u32 {
|
||||
|
||||
Reference in New Issue
Block a user