mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 15:04:05 +00:00
4639f7ec40
But don't do it for enum variants just yet.
8 lines
183 B
C++
8 lines
183 B
C++
#ifndef FISH_FUTURE_FEATURE_FLAGS_H
|
|
#define FISH_FUTURE_FEATURE_FLAGS_H
|
|
|
|
#include "future_feature_flags.rs.h"
|
|
using feature_flag_t = FeatureFlag;
|
|
using features_t = Features;
|
|
|
|
#endif
|