Skip to content

Commit

Permalink
return version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbvernon committed Sep 7, 2024
1 parent 26988e8 commit 1835a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/use_msrv.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' It is assumed that MSRV is greater than or equal to `version`. The result is
#' "SystemRequirements: Cargo (Rust's package manager), rustc >= `version`."
#'

Check warning on line 9 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=9,col=3,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' @return NULL
#' @return `version`
#' @export
#'

Check warning on line 12 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=12,col=3,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' @examples
Expand Down

0 comments on commit 1835a42

Please sign in to comment.