Skip to content

Commit

Permalink
Fix module path.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Oct 2, 2023
1 parent 105bf9a commit 18bc416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name "vibe-container"
description "Container implementations used by vibe.d"
targetType "library"
sourcePaths "."
importPaths "."
dependency "stdx-allocator" version="~>2.77.0"
2 changes: 1 addition & 1 deletion source/vibe/container/seahash.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module vibe.internal.seahash;
module vibe.container.seahash;

@safe nothrow pure @nogc:

Expand Down

0 comments on commit 18bc416

Please sign in to comment.