Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/platforms/rust/index.mdx
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
loewenheim and lizokm authored Aug 16, 2023
commit 136772dc9a7e2efd074ade06a0485eda51b9398f
2 changes: 1 addition & 1 deletion src/platforms/rust/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let _guard = sentry::init(("___PUBLIC_DSN___", sentry::ClientOptions {
}
```

do this:
Do this instead:

```rust {filename:main.rs}
// RIGHT
Expand Down