Skip to content

Commit

Permalink
fix crate doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jDomantas committed May 22, 2024
1 parent c40f8f9 commit 591bd28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dap-types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// Debugger Adapter Protocol types for Rust.
///
/// Based on: https://microsoft.github.io/debug-adapter-protocol/specification
//! Debugger Adapter Protocol types for Rust.
//!
//! Based on: <https://microsoft.github.io/debug-adapter-protocol/specification>
//! (generated from machine-readable schema).

/// Types representing events, with associated payload types.
pub mod events;
Expand Down

0 comments on commit 591bd28

Please sign in to comment.