Skip to content

Commit cbed524

Browse files
committed
fix: docs tests
1 parent 5a35d91 commit cbed524

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/devtools-v1/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/devtools/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ impl Builder {
220220
/// Make sure to check out the `examples` sub folder for a fully working setup.
221221
///
222222
/// ```no_run
223-
/// let devtools_plugin = devtools::Builder::default().init();
223+
/// let devtools_plugin = tauri_plugin_devtools::Builder::default().init();
224224
///
225225
/// tauri::Builder::default()
226226
/// .plugin(devtools_plugin)
@@ -251,7 +251,7 @@ impl Builder {
251251
///
252252
/// ```no_run
253253
/// fn main() -> Result<(), Box<dyn std::error::Error>> {
254-
/// let devtools_plugin = devtools::Builder::default().try_init()?;
254+
/// let devtools_plugin = tauri_plugin_devtools::Builder::default().try_init()?;
255255
///
256256
/// tauri::Builder::default()
257257
/// .plugin(devtools_plugin)

0 commit comments

Comments
 (0)