Skip to content

Commit

Permalink
No reviews!
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Oct 30, 2023
1 parent 7670172 commit f837f72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/csl/taxonomy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,7 @@ impl EntryLike for Entry {
.map(Cow::Borrowed),
StandardVariable::References => None,
StandardVariable::ReviewedGenre => None,
StandardVariable::ReviewedTitle => entry
.map_parents(|e| e.title())
.map(|f| f.select(form))
.map(Cow::Borrowed),
StandardVariable::ReviewedTitle => None,
StandardVariable::Scale => None,
StandardVariable::Source => entry
.bound_select(&select!(* > ("p":Repository)), "p")
Expand Down

0 comments on commit f837f72

Please sign in to comment.