Skip to content

Commit dd173d9

Browse files
committed
more cargo doc fixes
1 parent fba2623 commit dd173d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

capsules/src/st77xx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! ST77xx Screen
22
//!
3-
//! - https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays
3+
//! - <https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays>
44
//!
55
//! The screen supports multiple physical busses, and this driver is implemented
66
//! on top of the generic `Bus` interface.

capsules/src/usb/ctap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Client to Authenticator Protocol CTAPv2 over USB HID
22
//!
3-
//! Based on the spec avaliable at: https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-client-to-authenticator-protocol-v2.0-id-20180227.html
3+
//! Based on the spec avaliable at: <https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-client-to-authenticator-protocol-v2.0-id-20180227.html>
44
55
use core::cell::Cell;
66
use core::cmp;

chips/earlgrey/src/aes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Support for the AES hardware block on OpenTitan
22
//!
3-
//! https://docs.opentitan.org/hw/ip/aes/doc/
3+
//! <https://docs.opentitan.org/hw/ip/aes/doc/>
44
55
use kernel::common::cells::{OptionalCell, TakeCell};
66
use kernel::common::registers::{

0 commit comments

Comments
 (0)