Skip to content

Commit

Permalink
Drop doc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Apr 30, 2024
1 parent 5296bde commit 707d93a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Expand Up @@ -33,9 +33,6 @@ tauri = { version = "=2.0.0-beta.16", features = ["specta"] }
heck = "0.5.0"
indoc = "2.0.5"

[dev-dependencies]
doc-comment = "0.3.3"

[workspace]
members = [
"examples/app/src-tauri",
Expand All @@ -46,3 +43,5 @@ members = [

[patch.crates-io]
tauri = { git = "https://github.com/tauri-apps/tauri", rev = "3f0805488506e013e15cfb3cc1cfc8c2c5f84bd2" }

specta = { path = "../specta" }
4 changes: 0 additions & 4 deletions src/lib.rs
Expand Up @@ -154,10 +154,6 @@ pub type CollectCommandsTuple<TInvokeHandler> =

pub use tauri_specta_macros::collect_commands;

// TODO
// #[cfg(doctest)]
// doc_comment::doctest!("../README.md");

/// A set of functions that produce language-specific code
pub trait ExportLanguage: 'static {
type Config: Default + Clone;
Expand Down

0 comments on commit 707d93a

Please sign in to comment.