Skip to content

Commit

Permalink
Do not nest module definitions (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Apr 16, 2024
1 parent e92d1be commit dd0f79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/serializer/src/athena-serializer.cr
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module Athena::Serializer
#
# !!!todo
# Once feasible, support compile time exclusion strategies.
module Athena::Serializer::ExclusionStrategies; end
module ExclusionStrategies; end

# Used to denote a type that is (de)serializable.
#
Expand All @@ -99,5 +99,5 @@ module Athena::Serializer
#
# record Unionable, type : BaseModel.class
# ```
module Athena::Serializer::Model; end
module Model; end
end

0 comments on commit dd0f79a

Please sign in to comment.