diff options
Diffstat (limited to 'serde_v8/magic/mod.rs')
-rw-r--r-- | serde_v8/magic/mod.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/serde_v8/magic/mod.rs b/serde_v8/magic/mod.rs deleted file mode 100644 index 3e984527d..000000000 --- a/serde_v8/magic/mod.rs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -pub mod any_value; -pub mod bigint; -pub mod buffer; -pub mod bytestring; -pub mod detached_buffer; -mod external_pointer; -mod global; -pub(super) mod rawbytes; -pub mod string_or_buffer; -pub mod transl8; -pub mod u16string; -pub mod v8slice; -mod value; -pub use external_pointer::ExternalPointer; -pub use global::Global; -pub use value::Value; |