ZIm/crates/zed
Marshall Bowers 3539a7c04a
Fix a cargo doc warning in the zed crate (#13054)
This PR fixes a warning I observed when running `cargo doc` against the
`zed` crate:

```
 Documenting zed v0.141.0 (/Users/maxdeviant/projects/zed/crates/zed)
warning: this URL is not a hyperlink
   --> crates/zed/src/main.rs:860:69
    |
860 |     /// URLs can either be file:// or zed:// scheme, or relative to https://zed.dev.
    |                                                                     ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://zed.dev.>`
    |
    = note: bare URLs are not automatically turned into clickable links
    = note: `#[warn(rustdoc::bare_urls)]` on by default
```

Release Notes:

- N/A
2024-06-14 11:41:11 -04:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Fix Flatpak desktop entry (#13019) 2024-06-13 20:23:49 -04:00
src Fix a cargo doc warning in the zed crate (#13054) 2024-06-14 11:41:11 -04:00
build.rs windows: Move manifest file to gpui (#11036) 2024-04-26 13:56:48 -07:00
Cargo.toml Introduce an outline panel (#12637) 2024-06-12 23:22:52 +03:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00