Skip to content

Commit

Permalink
move std.BloomFilter to the standard library orphanage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Sep 29, 2020
1 parent bb636cb commit d1cea16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 266 deletions.
265 changes: 0 additions & 265 deletions lib/std/bloom_filter.zig

This file was deleted.

1 change: 0 additions & 1 deletion lib/std/std.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub const AutoArrayHashMap = array_hash_map.AutoArrayHashMap;
pub const AutoArrayHashMapUnmanaged = array_hash_map.AutoArrayHashMapUnmanaged;
pub const AutoHashMap = hash_map.AutoHashMap;
pub const AutoHashMapUnmanaged = hash_map.AutoHashMapUnmanaged;
pub const BloomFilter = @import("bloom_filter.zig").BloomFilter;
pub const BufMap = @import("buf_map.zig").BufMap;
pub const BufSet = @import("buf_set.zig").BufSet;
pub const ChildProcess = @import("child_process.zig").ChildProcess;
Expand Down

0 comments on commit d1cea16

Please sign in to comment.