Skip to content

Commit

Permalink
Merge pull request #1526 from diesel-rs/sg-rewrite-identifiable
Browse files Browse the repository at this point in the history
Rewrite `#[derive(Identifiable)]` in derives2
  • Loading branch information
sgrif authored Feb 3, 2018
2 parents 0b0b1e8 + b76df56 commit 14887fc
Show file tree
Hide file tree
Showing 16 changed files with 318 additions and 414 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
old and new timestamp formats. (The migrations were always run in the correct
order, this only affects the display logic of `migration list`)

* `#[derive(Identifiable)]` now correctly associates `#[primary_key]` with the
column name, not field name.

## [1.1.1] - 2018-01-16

### Added
Expand Down
365 changes: 0 additions & 365 deletions diesel/src/macros/identifiable.rs

This file was deleted.

2 changes: 0 additions & 2 deletions diesel/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,6 @@ mod static_cond;
#[macro_use]
mod ops;

#[macro_use]
mod identifiable;
#[macro_use]
mod insertable;

Expand Down

This file was deleted.

Loading

0 comments on commit 14887fc

Please sign in to comment.