Skip to content

Commit

Permalink
Auto merge of #3750 - h-michael:const-params, r=phansch
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Feb 9, 2019
2 parents e176324 + 66f8fa3 commit 35e2e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ pub fn opt_def_id(def: Def) -> Option<DefId> {
| Def::TyAlias(id)
| Def::AssociatedTy(id)
| Def::TyParam(id)
| Def::ConstParam(id)
| Def::ForeignTy(id)
| Def::Struct(id)
| Def::StructCtor(id, ..)
Expand Down

0 comments on commit 35e2e1b

Please sign in to comment.