about summary refs log tree commit diff
path: root/src/rt/rust_env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_env.cpp')
-rw-r--r--src/rt/rust_env.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_env.cpp b/src/rt/rust_env.cpp
index c3d38851e7b..ff03ea817b8 100644
--- a/src/rt/rust_env.cpp
+++ b/src/rt/rust_env.cpp
@@ -156,4 +156,3 @@ free_env(rust_env *env) {
     free(env->rust_seed);
     free(env);
 }
-