Skip to content

Commit

Permalink
Rename derive_debug → impl_debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Sep 22, 2017
1 parent 30d6e04 commit 2540b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/codegen/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod derive_debug;
mod impl_debug;
mod error;
mod helpers;
pub mod struct_layout;
Expand Down Expand Up @@ -1914,7 +1914,7 @@ impl CodeGenerator for CompInfo {
}

if needs_debug_impl {
let impl_ = derive_debug::gen_debug_impl(
let impl_ = impl_debug::gen_debug_impl(
ctx,
self.fields(),
item,
Expand Down

0 comments on commit 2540b82

Please sign in to comment.