lib/dry/struct/compiler.rb in dry-struct-1.3.0 vs lib/dry/struct/compiler.rb in dry-struct-1.4.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true -require 'weakref' -require 'dry/types/compiler' +require "weakref" +require "dry/types/compiler" module Dry class Struct class Compiler < Types::Compiler def visit_struct(node)