mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 09:50:40 +00:00
chore: bump rust to nightly-2023-02-14 (#1019)
* chore: bump rust to nightly-2023-02-14 Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix clippy Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * bump statrs to 0.16 Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -509,7 +509,6 @@ pub(crate) fn init_interpreter() -> Arc<Interpreter> {
|
||||
// not using full stdlib to prevent security issue, instead filter out a few simple util module
|
||||
vm.add_native_modules(
|
||||
rustpython_stdlib::get_module_inits()
|
||||
.into_iter()
|
||||
.filter(|(k, _)| native_module_allow_list.contains(k.as_ref())),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user