Skip to content

Commit

Permalink
Merge pull request #420 from Enet4/bug/ul/lint-unused-doc-comment
Browse files Browse the repository at this point in the history
[ul] lint fix: unused doc comment
  • Loading branch information
Enet4 authored Oct 4, 2023
2 parents d7c7663 + b367f8d commit de9653e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ul/src/association/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ pub struct ClientAssociationOptions<'a> {
impl<'a> Default for ClientAssociationOptions<'a> {
fn default() -> Self {
ClientAssociationOptions {
/// the calling AE title
// the calling AE title
calling_ae_title: "THIS-SCU".into(),
/// the called AE title
// the called AE title
called_ae_title: None,
/// the requested application context name
// the requested application context name
application_context_name: "1.2.840.10008.3.1.1.1".into(),
/// the list of requested presentation contexts
// the list of requested presentation contexts
presentation_contexts: Vec::new(),
protocol_version: 1,
max_pdu_length: crate::pdu::reader::DEFAULT_MAX_PDU,
Expand Down

0 comments on commit de9653e

Please sign in to comment.