Skip to content

Commit

Permalink
more cargo doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-ayers committed Jan 8, 2021
1 parent fba2623 commit dd173d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion capsules/src/st77xx.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! ST77xx Screen
//!
//! - https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays
//! - <https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays>
//!
//! The screen supports multiple physical busses, and this driver is implemented
//! on top of the generic `Bus` interface.
Expand Down
2 changes: 1 addition & 1 deletion capsules/src/usb/ctap.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Client to Authenticator Protocol CTAPv2 over USB HID
//!
//! 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
//! 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>
use core::cell::Cell;
use core::cmp;
Expand Down
2 changes: 1 addition & 1 deletion chips/earlgrey/src/aes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Support for the AES hardware block on OpenTitan
//!
//! https://docs.opentitan.org/hw/ip/aes/doc/
//! <https://docs.opentitan.org/hw/ip/aes/doc/>
use kernel::common::cells::{OptionalCell, TakeCell};
use kernel::common::registers::{
Expand Down

0 comments on commit dd173d9

Please sign in to comment.