mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
Remove obsolete Send/Sync impls for ParsedSource
This commit is contained in:
@@ -104,10 +104,6 @@ pub struct ParsedSource {
|
||||
pub ast: Ast,
|
||||
}
|
||||
|
||||
// Safety: this can be derived once the src_ffi field is removed.
|
||||
unsafe impl Send for ParsedSource {}
|
||||
unsafe impl Sync for ParsedSource {}
|
||||
|
||||
const _: () = assert_send::<ParsedSource>();
|
||||
const _: () = assert_sync::<ParsedSource>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user