forked from Orchid/orchid
Removed macro facets
Macros, placeholders, etc. will all be handled by std eventually so they shouldn't appear in the protocol or the host
This commit is contained in:
@@ -36,4 +36,4 @@ pub struct OrcError {
|
||||
}
|
||||
|
||||
/// If this is an [`Err`] then the [`Vec`] must not be empty.
|
||||
pub type OrcResult<T> = Result<T, Vec<OrcError>>;
|
||||
pub type OrcResult<T> = Result<T, Vec<OrcError>>;
|
||||
|
||||
Reference in New Issue
Block a user