diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-02-14 20:26:57 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-02-14 20:26:57 -0500 |
commit | 44ccf4a0eb5bc37604f68ead194e5fb0dc637b98 (patch) | |
tree | e197971c420902e692433a3b15de54369458cdb8 /patches/02_std.patch | |
parent | e4a5716c71f4cdf9837c8e059aa43080748f4650 (diff) | |
download | ziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.tar.gz ziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.tar.bz2 ziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.tar.xz ziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.zip |
Patches to patches to clean up patches
Diffstat (limited to 'patches/02_std.patch')
-rw-r--r-- | patches/02_std.patch | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/patches/02_std.patch b/patches/02_std.patch deleted file mode 100644 index 6c97adb..0000000 --- a/patches/02_std.patch +++ /dev/null @@ -1,4 +0,0 @@ -14c14 -< ??? = @import("std"); ---- -> const std = @import("std"); |