Skip to content

Commit

Permalink
fix: remove @docType package like in a8a5076
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jan 28, 2024
1 parent 9064259 commit f1ebcaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extendr-api/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ impl Metadata {
)?;

if use_symbols {
writeln!(w, "#' @docType package")?;
writeln!(w, "#' @usage NULL")?;
writeln!(w, "#' @useDynLib {module_name}, .registration = TRUE")?;
writeln!(w, "NULL")?;
Expand Down

0 comments on commit f1ebcaf

Please sign in to comment.