Skip to content

Commit

Permalink
Use rlang to generate quosure list (#3842)
Browse files Browse the repository at this point in the history
Avoids making assumptions about internals of quosure lists
  • Loading branch information
lionel- committed Feb 28, 2020
1 parent 53edc51 commit 8bc39f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/helper-facet.r
@@ -1,6 +1,4 @@

quos_list <- function(...) {
x <- list(...)
names(x) <- names2(x)
structure(x, class = "quosures")
new_quosures(list(...))
}

0 comments on commit 8bc39f2

Please sign in to comment.