Merge pull request #437 from s3bk/patch-1

add Copy, Clone… to FileFormat
This commit is contained in:
Patrick Walton 2020-08-28 17:20:13 -07:00 committed by GitHub
commit e858c8dc1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ use std::io::{self, Write};
mod pdf; mod pdf;
use pdf::Pdf; use pdf::Pdf;
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
pub enum FileFormat { pub enum FileFormat {
/// Scalable Vector Graphics /// Scalable Vector Graphics
SVG, SVG,