Skip to content
  • ysaito1001's avatar
    ac7fdf21
    Fix broken doc link to `tokio_stream::Stream` (#2271) · ac7fdf21
    ysaito1001 authored
    
    
    * Fix broken doc link to `Stream`
    
    This commit fixes broken doc link to `Stream` in codegen clients. That
    target is `tokio_stream::Stream`, which in turn is a re-export of
    `futures_core::Stream`. Since we do not have a good way to link to the
    re-export, we remove a hyper link and just put `Stream`.
    
    * Update CHANGELOG.next.toml
    
    ---------
    
    Co-authored-by: default avatarYuki Saito <awsaito@amazon.com>
    ac7fdf21
    Fix broken doc link to `tokio_stream::Stream` (#2271)
    ysaito1001 authored
    
    
    * Fix broken doc link to `Stream`
    
    This commit fixes broken doc link to `Stream` in codegen clients. That
    target is `tokio_stream::Stream`, which in turn is a re-export of
    `futures_core::Stream`. Since we do not have a good way to link to the
    re-export, we remove a hyper link and just put `Stream`.
    
    * Update CHANGELOG.next.toml
    
    ---------
    
    Co-authored-by: default avatarYuki Saito <awsaito@amazon.com>
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading