Skip to content

Commit

Permalink
Remove no-longer relevant FIXME (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinji authored Jan 5, 2021
1 parent 402fb21 commit 9b7dfad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,6 @@ pub fn version() -> i32 {
}

/// Retrieve a textual description of the current PortAudio build.
///
/// FIXME: This should return a `&'static str`, not a `String`.
pub fn version_text() -> Result<&'static str, ::std::str::Utf8Error> {
unsafe { ffi::c_str_to_str(ffi::Pa_GetVersionText()) }
}
Expand Down

0 comments on commit 9b7dfad

Please sign in to comment.