diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-09 09:29:06 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-09 09:29:08 -0800 |
| commit | 74f44dae9696dfc570abaefc106a2515e3770ef1 (patch) | |
| tree | d6ecb265cf12acf64b674cd875bc03b5678d8039 | |
| parent | 3938b79ef9bbc6f77eb6f5f7af2ff67a30cd1f1e (diff) | |
Another fix for 262254dc7d
Koichi might want to adjust his editor configuration.
| -rw-r--r-- | yjit/src/cruby_bindings.inc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/cruby_bindings.inc.rs b/yjit/src/cruby_bindings.inc.rs index 77364adef3..0b847211de 100644 --- a/yjit/src/cruby_bindings.inc.rs +++ b/yjit/src/cruby_bindings.inc.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.63.0 */ +/* automatically generated by rust-bindgen 0.63.0 */ #[repr(C)] #[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)] |
