Skip to content

Commit

Permalink
Merge pull request #2585 from przprz/minor-doc-improvement-has_many
Browse files Browse the repository at this point in the history
[docs] Don't display has_many as an attribute.
  • Loading branch information
weiznich authored Nov 30, 2020
2 parents 91493fe + e2808f0 commit daf1d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/associations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Associations in Diesel are always child-to-parent.
//! You can declare an association between two records with `#[belongs_to]`.
//! Unlike other ORMs, Diesel has no concept of `#[has_many`]
//! Unlike other ORMs, Diesel has no concept of `has many`
//!
//! ```rust
//! # include!("../doctest_setup.rs");
Expand Down

0 comments on commit daf1d33

Please sign in to comment.