Export SDLExportOptions

This commit is contained in:
Douman 2022-05-27 14:04:56 +09:00
parent bf054b0872
commit 7e692356e2
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ pub use indexmap;
pub use look_ahead::Lookahead;
#[doc(no_inline)]
pub use parser::{Pos, Positioned};
pub use registry::CacheControl;
pub use registry::{CacheControl, SDLExportOptions};
pub use request::{BatchRequest, Request};
#[doc(no_inline)]
pub use resolver_utils::{ContainerType, EnumType, ScalarType};