Enabled missing-field-initializers
diff --git a/bazel/copts.bzl b/bazel/copts.bzl
index 3d86c1f..91f0bc8 100644
--- a/bazel/copts.bzl
+++ b/bazel/copts.bzl
@@ -43,7 +43,6 @@
     "-Wvla",
     # Exceptions but will be removed
     "-Wno-deprecated-declarations",
-    "-Wno-missing-field-initializers",
     "-Wno-unused-function",
 ]