Follow Rust naming convention for some types

But don't do it for enum variants just yet.
This commit is contained in:
Johannes Altmanninger
2023-02-07 23:18:51 +01:00
parent 958ad3a9e7
commit 4639f7ec40
12 changed files with 47 additions and 39 deletions

View File

@@ -25,7 +25,7 @@
#include "expand.h"
#include "fallback.h" // IWYU pragma: keep
#include "function.h"
#include "future_feature_flags.rs.h"
#include "future_feature_flags.h"
#include "history.h"
#include "maybe.h"
#include "operation_context.h"