Skip to content

Commit 4da35b5

Browse files
committed
Fix documentation in gluon_base
1 parent b008633 commit 4da35b5

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)