Skip to content

Commit ba08b85

Browse files
bors[bot]Marwes
andauthored
Merge #832
832: Fix documentation in gluon_base r=Marwes a=Marwes Co-authored-by: Markus Westerlind <[email protected]>
2 parents b008633 + 4da35b5 commit ba08b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/src/ast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ pub struct AstType<'ast, Id> {
9090
// Workaround https://github.com/rust-lang/rust/issues/70083
9191
unsafe impl<'ast, Id> Send for AstType<'ast, Id> where Id: Send {}
9292
unsafe impl<'ast, Id> Sync for AstType<'ast, Id> where Id: Sync {}
93+
impl<'ast, Id> std::panic::RefUnwindSafe for AstType<'ast, Id> where Id: std::panic::RefUnwindSafe {}
9394

9495
impl<'ast, Id> Deref for AstType<'ast, Id> {
9596
type Target = Type<Id, AstType<'ast, Id>>;

0 commit comments

Comments
 (0)