Skip to content

Commit

Permalink
use link syntax and enclosing scope doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades authored and jackpot51 committed Apr 23, 2024
1 parent 8fb1f6a commit 0e2db2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/layout/physical_layout.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Serde based deserialization for physical.json
/// From http://www.keyboard-layout-editor.com
//! Serde based deserialization for physical.json
//! From <http://www.keyboard-layout-editor.com>
use serde::Deserialize;
use std::char;

Expand Down

0 comments on commit 0e2db2f

Please sign in to comment.