Skip to content

Commit 772f192

Browse files
committed
docs: remove duplicated example code
1 parent 909f2ae commit 772f192

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

post-compute/src/compute/dropbox.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,6 @@ const FILES_UPLOAD_PATH: &str = "/2/files/upload";
2323
///
2424
/// This is a lightweight utility type. Use with `DropboxService` and call
2525
/// [`DropboxService::upload_file`].
26-
///
27-
/// # Example
28-
///
29-
/// ```rust
30-
/// use tee_worker_post_compute::compute::dropbox::{
31-
/// DROPBOX_CONTENT_BASE_URL,
32-
/// DropboxService,
33-
/// DropboxUploader,
34-
/// };
35-
///
36-
/// let result = DropboxService.upload_file(
37-
/// "your-access-token",
38-
/// "/path/to/local/file.zip",
39-
/// "/results/remote-file.zip",
40-
/// DROPBOX_CONTENT_BASE_URL,
41-
/// );
42-
/// ```
4326
pub struct DropboxService;
4427

4528
#[cfg_attr(test, automock)]

0 commit comments

Comments
 (0)